BeginSession

Overview

This is the primary service call to start a DocViewer session. With the provided transaction data, it utilizes the repository specified in the appSettings.config to autoselect documents within packages or load specific list of documents.

Operation Generate
Style document
Operation Type Request-response. The endpoint receives a message, and sends a correlated message.
SOAP Action http://www.wolterskluwerfs.com/2014/05/DocServices/V2/ISecuritySessionService/BeginSession
Input ISecuritySessionService_BeginSession_InputMessage (soap:body, use = literal) parameters type BeginSession
Output ISecuritySessionService_BeginSession_OutputMessage (soap:body, use = literal) parameters type BeginSessionResponse

Request Message

The operation input is BeginSession. The request requires a BeginSession object.

Parameter Type Constraints Description
request BeginSession Required An object serving as the root element for the request.

Request and Response Samples

For sample code, see: BeginSession.